encoding/json.Decoder.readValue (method)

2 uses

	encoding/json (current package)
		stream.go#L65: 	n, err := dec.readValue()
		stream.go#L91: func (dec *Decoder) readValue() (int, error) {